Skip to content

Feature/104 maximum depth of binary tree#37

Merged
onixlas merged 2 commits intomainfrom
feature/104-maximum-depth-of-binary-tree
Feb 21, 2026
Merged

Feature/104 maximum depth of binary tree#37
onixlas merged 2 commits intomainfrom
feature/104-maximum-depth-of-binary-tree

Conversation

@onixlas
Copy link
Owner

@onixlas onixlas commented Feb 21, 2026

No description provided.

Тип: Binary Tree
Сложность: easy
Временная сложность: O(n)
Пространственная сложность: O(1)

-

Ссылка: https://leetcode.com/problems/maximum-depth-of-binary-tree/
@github-actions
Copy link

Test Results

63 tests  +2   63 ✅ +2   0s ⏱️ ±0s
 1 suites ±0    0 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit 9ef4948. ± Comparison against base commit d905acf.

@onixlas onixlas merged commit 9518f76 into main Feb 21, 2026
6 checks passed
@onixlas onixlas deleted the feature/104-maximum-depth-of-binary-tree branch February 21, 2026 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant